home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / pc / software / entwickl / macos / waste13a.hqx / WASTE 1.3a3 Distribution / Quick Intro < prev    next >
Text File  |  1996-12-30  |  3KB  |  90 lines

  1.  
  2. Quick Intro
  3.  
  4. WASTE is a text editing library for Macintosh programmers.
  5. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, including:
  6.  
  7.     • Text size limited only by memory (no 32K barrier).
  8.     • Built-in undo.
  9.     • Drag-and-drop text editing.
  10.     • Embedded objects.
  11.     • Real tabs.
  12.     • Fully justified text.
  13.     • Built-in inline input support.
  14.  
  15. and much more!
  16. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.
  17. WASTE fully supports double-byte scripts, like Japanese and (starting from version 1.3a1) bidirectional scripts, like Arabic.
  18. For the latest news about WASTE, look up this web page:
  19.  
  20.     <http://rhino.harvard.edu/dan/waste.html>
  21.  
  22. You can download the latest updates from the following site:
  23.  
  24.     <ftp://rhino.harvard.edu/pub/dan/WASTE/>
  25.  
  26. Starting from version 1.2a1, WASTE is written in C, based on Dan Crevier’s port of version 1.1 (which was written in pascal).
  27. The pascal version is no longer supported, although pascal interface files are included.  The original WASTE demo application was also rewritten in C by John C. Daub and myself.
  28. This document is provided mainly to give you an opportunity to play with the WASTE Demo application; the real documentation is in a separate file in Acrobat format.  WARNING: the documentation still refers to version 1.2 of WASTE and contains some obsolete information.
  29. The C sources for WASTE and for a demo application have been successfully compiled with the following compilers:
  30.  
  31. • Metrowerks C/C++ 68K 1.6 (including CFM68K)
  32. • Metrowerks C/C++ PPC 1.6
  33. • Symantec C++ 8.1
  34.  
  35. The sources are based on Apple’s Universal Headers version 2.1.
  36.  
  37.  
  38. WASTE Mailing List
  39.  
  40. Dan Crevier maintains the WASTE Mailing List using LetterRip (a WASTE-using automated listserver).  To join the list, send a request to:
  41.  
  42.     <mailto:requests@rhino16.fas.harvard.edu>
  43.  
  44. With the words:
  45.  
  46.     subscribe waste
  47.  
  48. in the body of the message (the subject is ignored).
  49. To post a message to the list, send it to:
  50.  
  51.     <mailto:waste@rhino16.fas.harvard.edu>
  52.  
  53.  
  54. WASTE Web Page
  55.  
  56. Dan Crevier also maintains the WASTE page on the World-Wide Web:
  57.  
  58.     <http://rhino.harvard.edu/dan/waste.html>
  59.  
  60. This page includes pointers to a number of WASTE add-ons and goodies, and a list of programs using WASTE.
  61.  
  62.  
  63. Internet Config
  64.  
  65. The WASTE Demo supports command clicking of URLs using Internet Config (version 1.1 or newer).  The WASTE Demo folder contains a minimal set of files stolen from the Internet Config Programmer’s Kit, needed to build the projects.
  66. The full kit is available from:
  67.  
  68.     <ftp://ftp.share.com/pub/internet-configuration/ICProgKit1.3.sit>
  69.  
  70.  
  71. Licensing WASTE
  72.  
  73. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, shareware or commercial) at no cost, but there are a couple of restrictions:
  74.  
  75.     • You must add a credit line to your program’s about box and/or manual.
  76.     • I am entitled to a fully registered complimentary copy of the final product.
  77.  
  78. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  79.  
  80.  
  81. Author’s Address
  82.  
  83. My address is:
  84.  
  85. Marco Piovanelli
  86. Mail: 26, via del Sebino — I-25126 Brescia — Italy
  87. E-mail: <mailto:piovanel@kagi.com>
  88.  
  89. Please notice that my old address <mailto:piovanel@dsi.unimi.it> has been discontinued.
  90. Comments and suggestions are welcome.